.textimg ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.textimg li {
    /* list-style: none; */
    padding: 5px 10px;
    /* border: 1px solid #73858a; */
    border-left: 10px solid #73858a;
    border-top: 2px solid #73858a;
    margin: 0 5px 5px 0;
    background: #73858a05;
    /* font-size: 1.1rem; */
    /* font-weight: 700; */
}

.textimg h2, .text-box h3, .text-box h4 {
    color: var(--secondary-color);
    /* color: white; */
    /* padding: 0.5rem 1rem; */
}

.textimg ul ul li {
    /* border: none; */
    border-left: 3px solid #73858a;
    border-top: none;
    /* margin-left: 0px; */
}